LoadFromStream
Description
The LoadFromStream
method loads a CGM file from the stream defined in AStream
. LoadFromStream
reads data source from a stream, replaces the current image with it and determines bounds of an image.
Parameter | Type | Description |
---|---|---|
AStream | TStream | Stream |
Syntax
procedure LoadFromStream(AStream: TStream);override;